home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / JFC.bin / NOTES.txt < prev    next >
Text File  |  1998-06-30  |  3KB  |  87 lines

  1.  
  2.             MISCELLANEOUS NOTES 
  3.  
  4. This file has two sections:
  5.  
  6. How to Find and Submit Bug Reports
  7.     How to file bug reports and what to put in them.
  8.  
  9. How to Give Feedback
  10.     Our e-mail address, and what we'd like to hear about.
  11.  
  12. ----------------------------------
  13. HOW TO FIND AND SUBMIT BUG REPORTS
  14. ----------------------------------
  15. To get e-mail listing all known Swing bugs, please try our new buglist
  16. autoresponder.  You'll get a single reply by writing to the following
  17. address:
  18.  
  19.     swing-buglist-responder@qwerty.eng.sun.com
  20.  
  21. The Swing Connection's 911 page lists workarounds for some of Swing's
  22. most annoying bugs:
  23.  
  24.     http://java.sun.com/products/jfc/swingdoc-current/911.html
  25.  
  26. The Java Developer Connection's bug page lets you search our bug 
  27. database, giving you access to the complete text of bug reports:
  28.  
  29.     http://developer.java.sun.com/developer/bugParade/index.html
  30.  
  31. To encourage us to fix a particular bug very soon, please vote for the
  32. bug.  You can do so by viewing the bug report in the Java Developer
  33. Connection, and then clicking the Vote button in the left margin.
  34.  
  35. If you need to file a bug, please submit it through java.sun.com:
  36.  
  37.     http://java.sun.com/cgi-bin/bugreport.cgi
  38.  
  39. When asked for the product, choose the version of the JDK that you're
  40. using.  For the subcategory, select classes_swing.  If the bug is
  41. holding up your development, please also send e-mail to the Swing team
  42. (swing-feedback@java.sun.com).  Tell us what the bug number is and what
  43. you need to be able to continue your development.
  44.  
  45. When you file a bug report, please include the following information:
  46.  
  47. - A program or code snippet that shows the problem.
  48.  
  49. - The platform you're using.
  50.  
  51. - A backtrace, if appropriate.  This will tell us what the program is
  52.   doing when the bug occurs. To generate a backtrace, do this:
  53.  
  54.   1. Go to the shell window in which you entered the 'java' command.
  55.  
  56.   2. Make sure it has the keyboard focus and that the interpreter
  57.      ('java' command) isn't a background process.
  58.  
  59.   3. Enter the appropriate character:
  60.  
  61.          Control-\        (Solaris)
  62.          Control-Break        (Win 95/NT)
  63.  
  64.   4. You should see a bunch of text in the window.  Please put a copy
  65.      of it into your bug report.
  66.  
  67. -------------------- 
  68. HOW TO GIVE FEEDBACK 
  69. --------------------
  70. We'd love to hear about what you're doing with Swing. We'd also like to
  71. hear your ideas for improvements and your concerns about Swing APIs,
  72. performance, bugs, packaging, and so on.  Please keep in mind that our
  73. current focus is on improving Swing's reliability, performance, and
  74. documentation -- and not on adding new features.  However, we welcome
  75. all feedback and we thank you for your support.
  76.  
  77. Please send your feedback to this e-mail address:
  78.  
  79.     swing-feedback@java.sun.com
  80.  
  81.            --------------------------------------
  82.  
  83. Keep in touch!  Read The Swing Connection:
  84.  
  85.     http://java.sun.com/products/jfc/swingdoc-current/
  86.  
  87.